:art: Envs path

huangqimin001 3 years ago
parent
commit
1dc0b6acad

+ 1 - 1
thermometer/deploy.bak/supervisor_commands/pollqueue.ini

@@ -1,5 +1,5 @@
1 1
 [program:pollqueue]
2
-command=/home/paiai/env/bin/python /home/paiai/work/thermometer/manage.py poll_queue
2
+command=/home/paiai/envs/thermometer/bin/python /home/paiai/work/thermometer/manage.py poll_queue
3 3
 autostart=true
4 4
 autorestart=true
5 5
 startretries=3

+ 1 - 1
thermometer/deploy.bak/supervisor_commands/rlistlog.ini

@@ -1,5 +1,5 @@
1 1
 [program:rlistlog]
2
-command=/home/paiai/env/bin/python /home/paiai/work/thermometer/manage.py rlistlog --key=django:logit:thermometer --filename=/tmp/thermometer.logit.log
2
+command=/home/paiai/envs/thermometer/bin/python /home/paiai/work/thermometer/manage.py rlistlog --key=django:logit:thermometer --filename=/tmp/thermometer.logit.log
3 3
 autostart=true
4 4
 autorestart=true
5 5
 startretries=3

+ 1 - 1
thermometer/deploy.bak/thermometer_supervisor.ini

@@ -1,5 +1,5 @@
1 1
 [program:thermometer]
2
-command=/home/paiai/env/bin/uwsgi --ini /home/paiai/work/thermometer/thermometer/deploy/thermometer.ini
2
+command=/home/paiai/envs/thermometer/bin/uwsgi --ini /home/paiai/work/thermometer/thermometer/deploy/thermometer.ini
3 3
 autostart=true
4 4
 autorestart=true
5 5
 startretries=3

+ 1 - 1
thermometer/deploy.bak/thermometer_supervisor2.ini

@@ -1,5 +1,5 @@
1 1
 [program:thermometer2]
2
-command=/home/paiai/env/bin/uwsgi --ini /home/paiai/work/thermometer/thermometer/deploy/thermometer2.ini
2
+command=/home/paiai/envs/thermometer/bin/uwsgi --ini /home/paiai/work/thermometer/thermometer/deploy/thermometer2.ini
3 3
 autostart=true
4 4
 autorestart=true
5 5
 startretries=3